(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Jun 2024 14:43:14 +0000 (10:43 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Jun 2024 14:43:14 +0000 (10:43 -0400)
commit018a6d2ee903e0d09cda1d9e3b65bab73eda998f
tree02006f2c0a2431c8de6a54bf49f52f4e8c16eb11
parent8a55f4d0b06c96c95a2a2a7eb4a9a7fedb105e70
(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`

* lisp/nxml/rng-valid.el (rng-do-some-validation): Don't let-bind
`inhibit-modification-hooks` around code which can wait.
(rng-cache-state): Bind it here instead.
lisp/nxml/rng-valid.el